From 3d7df07eada5278fa29e5b7a6720be9f627e6aee Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 30 Aug 2009 21:10:56 -0700 Subject: [PATCH] Fix overlooked manpage rename in emacsVER.postinst. --- debian/changelog | 7 +++++++ debian/emacsVER.postinst | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a1909873485..9a4b8cdb684 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +emacs23 (23.1+1-3) unstable; urgency=low + + * Fix overlooked manpage rename in emacsVER.postinst. Thanks to + Sven Joachim . (closes: #539926) + + -- Rob Browning Sun, 30 Aug 2009 21:10:09 -0700 + emacs23 (23.1+1-2) unstable; urgency=low * Add dependencies on install-info to primary binary packages and diff --git a/debian/emacsVER.postinst b/debian/emacsVER.postinst index 75a0548ce64..5445b5b57f5 100644 --- a/debian/emacsVER.postinst +++ b/debian/emacsVER.postinst @@ -8,13 +8,13 @@ update-alternatives \ --install /usr/bin/emacs emacs \ /usr/bin/${FLAVOR}-@X_SUPPORT@ @BIN_PRIORITY@ \ --slave /usr/share/man/man1/emacs.1.gz emacs.1.gz \ - /usr/share/man/man1/emacs.1${FLAVOR}.gz + /usr/share/man/man1/emacs.${FLAVOR}.1.gz update-alternatives \ --install /usr/bin/editor editor \ /usr/bin/${FLAVOR} 0 \ --slave /usr/share/man/man1/editor.1.gz editor.1.gz \ - /usr/share/man/man1/emacs.1${FLAVOR}.gz + /usr/share/man/man1/emacs.1${FLAVOR}.1.gz # emacsen-common registration. /usr/lib/emacsen-common/emacs-install ${FLAVOR} -- 2.30.2